|
CATIA V5 Programmierung : Transparenz mit Makro auf 100% stellen
Rower am 10.11.2007 um 21:24 Uhr (0)
Hallo zusammen,ich möchte ein Makro schreiben, das die Transparenz aller Elemente wieder auf 100% bzw. Automatik stellt.Dazu habe ich folgende Überlegungen angestellt:Sub CATMain()Dim productDocument1 As DocumentSet productDocument1 = CATIA.ActiveDocumentDim selection1 As SelectionSet selection1 = productDocument1.Selectionselection1.Search "Typ:*;Alle"Set visPropertySet1 = selection1.VisProperties visPropertySet1.SetRealOpacity 255,1End SubTheoretisch bzw. in einer sehr kleinen Baugruppe funktioniert dies ...
| In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Transparenz mit Makro auf 100% stellen
Rower am 10.11.2007 um 21:24 Uhr (1)
Hallo zusammen,ich möchte ein Makro schreiben, das die Transparenz aller Elemente wieder auf 100% bzw. Automatik stellt.Dazu habe ich folgende Überlegungen angestellt:Sub CATMain()Dim productDocument1 As DocumentSet productDocument1 = CATIA.ActiveDocumentDim selection1 As SelectionSet selection1 = productDocument1.Selectionselection1.Search "Typ:*;Alle"Set visPropertySet1 = selection1.VisProperties visPropertySet1.SetRealOpacity 255,1End SubTheoretisch bzw. in einer sehr kleinen Baugruppe funktioniert dies ...
| In das Form CATIA V5 Programmierung wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |